how to change the console background color in python

31

how to change the console background color in python -

import os

os.system('color 8f')

Comments

Submit
0 Comments